projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734aa88
)
Flymake warning face easier to distinguish
author
João Távora
<joaotavora@gmail.com>
Wed, 20 Sep 2017 18:09:10 +0000
(19:09 +0100)
committer
João Távora
<joaotavora@gmail.com>
Tue, 3 Oct 2017 12:52:24 +0000
(13:52 +0100)
A orange wavy underline is very hard to tell from a red wavy
underline.
* lisp/progmodes/flymake.el (flymake-warning): Change color to
"deep sky blue"
lisp/progmodes/flymake.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/flymake.el
b/lisp/progmodes/flymake.el
index 72acc3a92048679e41d61af5930713a85e5561f4..e8d5de6023cb12f792a7714519160bc11c2459f3 100644
(file)
--- a/
lisp/progmodes/flymake.el
+++ b/
lisp/progmodes/flymake.el
@@
-182,7
+182,7
@@
verify FILTER, sort them by COMPARE (using KEY)."
(defface flymake-warning
'((((supports :underline (:style wave)))
- :underline (:style wave :color "
DarkOrang
e"))
+ :underline (:style wave :color "
deep sky blu
e"))
(t
:inherit warning))
"Face used for marking warning regions."